home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue59 / Construc / DrBob42.asp < prev    next >
Encoding:
Text File  |  2000-05-05  |  318 b   |  14 lines

  1. <HTML>
  2. <BODY>
  3. <TITLE> Testing Delphi ASP </TITLE>
  4. <CENTER>
  5. <H3> You should see the results of your Delphi Active Server method below </H3>
  6. </CENTER>
  7. <HR>
  8. <% Set DelphiASPObj = Server.CreateObject("TDM58.DrBob42")
  9.    Session.Value("UserName") = "Bob Swart"
  10.    DelphiASPObj.ASProduce
  11. %>
  12. <HR>
  13. </BODY>
  14. </HTML>